lisp/help.el: Turn ChangeLog comment into source comment.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 5 Apr 2010 20:05:47 +0000 (22:05 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 5 Apr 2010 20:05:47 +0000 (22:05 +0200)
lisp/ChangeLog
lisp/help.el

index 45abcf822009941786bb07498fd0723b247fec72..929d55e97fc804d2fdbcf9b024b56c497cf2b4c6 100644 (file)
@@ -1,6 +1,6 @@
 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
 
-       * help.el (describe-mode): Return nil (for IELM's sake).
+       * help.el (describe-mode): Return nil.
 
 2010-04-04  John Wiegley  <jwiegley@gmail.com>
 
index bde2bf2e9aedfb58a3726dcce18fc7b3d639ffb6..5e4c4ebaf61c98da7d338785ec7de25fb0d930af 100644 (file)
@@ -873,6 +873,7 @@ whose documentation describes the minor mode."
               (add-text-properties start (point) '(face bold)))))
        (princ " mode:\n")
        (princ (documentation major-mode)))))
+  ;; For the sake of IELM and maybe others
   nil)